|
|
|
|
AllowMergeFromUpperDefault Property, FootersClass Class |
Defines the default value for the CellBaseClass.AllowMergeFromUpper property for cells in column footers, whether cells are eligible to be used for cell merging by cells above.
Syntax FootersClass Class (Softelvdm.SftTreeNET)
VB |
Public Property AllowMergeFromUpperDefault As Boolean |
C# |
public bool AllowMergeFromUpperDefault { get; set; } |
C++ |
public: property bool AllowMergeFromUpperDefault { |
Property Value
True if cells are eligible to be used for cell merging by cells above, otherwise False.
The default value is False.
Comments
The AllowMergeFromUpperDefault property defines the default value for the CellBaseClass.AllowMergeFromUpper property for cells in column footers, whether cells are eligible to be used for cell merging by cells above.
The default settings for cell merging can be defined using these properties: Headers.AllowMergeFromPreviousDefault for column headers, AllowMergeFromPreviousDefault for column footers and ColumnClass.AllowMergeFromPreviousDefault for each column.